home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-3.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  151 b   |  11 lines

  1. on mouseUp
  2.   global bVrPlay, nVolum
  3.   set the soundLevel to nVolum
  4.   cursor(-1)
  5.   if bVrPlay then
  6.     go("vr")
  7.   else
  8.     go("bucle ini")
  9.   end if
  10. end
  11.